Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / RangeFilterBase<T> Class / LowerValue Property

In This Topic
    LowerValue Property (RangeFilterBase<T>)
    In This Topic
    Gets or sets the current lower magnitude of the range.
    Syntax
    'Declaration
     
    
    Public Overridable Property LowerValue As Nullable(Of T)
    public virtual Nullable<T> LowerValue {get; set;}
    See Also